﻿@charset "UTF-8";

html {
    color: #000;
    background: #FFF
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

caption {
    text-align: left
}

img {
    vertical-align: top
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

main {
    display: block
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

input,
select,
textarea {
    font-weight: inherit
}

button,
input,
select,
textarea {
    font-size: 100%;
    font-family: inherit;
    color: inherit
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=button],
input[type=submit] {
    border-radius: 0;
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    vertical-align: top
}

li {
    list-style: none
}

html {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

body {
    min-width: 980px;
    width: 100%;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    background: #fff;
    font-family: YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif, "微软雅黑", "宋体";
    word-wrap: break-word;
    -webkit-overflow-scrolling: touch
}

#wapper {
    position: relative
}

.view_sp {
    display: none
}

.view_pc {
    display: inline-block
}

#footer a,
#header a {
    transition: all .3s
}

#footer a:hover,
#header a:hover {
    opacity: .7
}

a img {
    border: none;
    outline: 0
}

.mt20 {
    margin-top: 20px;
}

@media screen and (max-width:768px) {
    body {
        min-width: 0;
        -webkit-text-size-adjust: none;
        overflow-x: hidden
    }

    #wapper {
        padding-top: 108px
    }

    .view_sp {
        display: block
    }

    .view_sp_inline {
        display: inline
    }

    .view_pc,
    .view_pc_inline {
        display: none
    }

    img {
        max-width: 100%;
        width: auto;
        height: auto
    }
}

@media screen and (max-width:480px) {
    #wapper {
        padding-top: 65px
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    line-height: 100%;
    background: #000;
    z-index: 6000
}

.header {
    position: relative;
    width: 980px;
    padding: 18px 0 0;
    margin: 0 auto
}

.header:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

.header h1 {
    padding: 0 32px 0 0
}

.header h1 a {
    display: block
}

#gnav {
    padding: 15px 0 0
}

#gnav li {
    display: inline-block;
    margin: 0 20px 0 0
}

.header .subnav {
    float: right;
    margin:-15px 0 0; 
}

.header .subnav li {
    display: inline-block;
    margin: 0 0 0 8px
}

@media screen and (max-width:768px) {
    #header {
        height: 119px;
    }

    .header {
        width: 100%;
        padding: 51px 0
    }

    .header h1 {
        float: left;
        padding: 0 0 0 4.6875%
    }

    .header h1 img {
        width: 80%
    }
}

@media screen and (max-width:480px) {
    #header {
        height: 65px;
    }
    .header {
        padding: 25px 0
    }
    .header h1 img {
        width: 65%
    }
}

.fat-nav {
    display: none
}

.hamburger {
    position: relative;
    display: none;
    border-left: 1px solid #fff;
    z-index: 5010;
    text-align: center
}

@media(min-width:1px) and (max-width:768px) {

    .fat-nav,
    .hamburger__icon,
    .hamburger__icon:after,
    .hamburger__icon:before {
        display: none
    }

    .hamburger {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        width: 138px;
        height: 119px;
        padding: 50px 0 52px;
        background: url(../img/sp/btn_menu.png) no-repeat 50% 50%;
        background-size: contain;
        line-height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        z-index: 6010;
        transition: all .3s
    }

    .hamburger.active {
        border-left: none;
        background: url(../img/sp/btn_menu_close.png) no-repeat 50% 50%;
        background-size: contain;
        z-index: 6010
    }

    .fat-nav {
        top: 0;
        left: 0;
        z-index: 5005;
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        transition-duration: .4s;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        background: rgba(0, 0, 0, 1)
    }

    .fat-nav img {
        width: 100%
    }

    .fat-nav__wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        display: table;
        table-layout: fixed
    }

    .fat-nav.active {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .fat-nav_head {
        width: 100%;
        background: #000
    }

    .fat-nav .logo {
        display: none;
        position: fixed;
        top: 24px;
        left: 4.6875%;
        width: 95px
    }

    .fat-nav .logo a {
        display: block
    }

    .menuList {
        overflow: hidden;
        width: 86.6%;
        padding: 30% 6.7% 17%
    }

    .iPhone .menuList {
        padding-top: 40%
    }

    .menuList li {
        width: 46%;
        float: left;
        border-bottom: 1px solid #fff
    }

    .menuList li a {
        display: block;
        padding: 16.6% 5px;
        line-height: 100%
    }

    .menuList li:nth-child(odd) {
        margin: 0 4% 0 0
    }

    .menuList li:nth-child(even) {
        margin: 0 0 0 4%
    }

    .menuList li.menu01,
    .menuList li.menu02 {
        border-top: 1px solid #fff
    }

    .menuList li.menu01 img {
        width: 24.7%
    }

    .menuList li.menu02 img {
        width: 40.2%
    }

    .menuList li.menu03 img {
        width: 40.4%
    }

    .menuList li.menu04 img {
        width: 40%
    }

    .menuList li.menu05 img {
        width: 85.7%
    }

    .menuList li.menu06 img {
        width: 50.4%
    }

    .fat-nav_inr .btn_fb {
        display: block;
        width: 86.6%;
        margin: 0 auto 19.5%
    }

    .fat-nav .enBox {
        padding: 9% 0;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff
    }

    .fat-nav .enBox .txt {
        width: 70.8%;
        padding: 0 0 6.25%;
        margin: 0 auto
    }

    .fat-nav .enBox ul {
        text-align: center
    }

    .fat-nav .enBox li {
        display: inline-block;
        padding: 0 1% 5px;
        margin: 0 4%;
        border-bottom: 1px solid #8e8c8c
    }

    .fat-nav .enBox li.en {
        width: 15.5%
    }

    .fat-nav .enBox li.cn {
        width: 18.3%
    }

    .fat-nav .shareBox {
        padding: 14.8% 0
    }

    .fat-nav .shareBox .txt {
        width: 18.8%;
        padding: 0 0 8.9%;
        margin: 0 auto
    }

    .fat-nav .shareBox ul {
        text-align: center
    }

    .fat-nav .shareBox li {
        display: inline-block;
        padding: 0 4%;
        vertical-align: middle
    }

    .fat-nav .shareBox .share01 {
        width: 3%
    }

    .fat-nav .shareBox .share02 {
        width: 6.7%
    }

    .fat-nav .shareBox .share03 {
        width: 7%
    }
}

@media screen and (max-width:480px) {
    .hamburger {
        width: 100px;
        height: 65px;
        padding: 25px 0
    }

    .fat-nav .logo {
        width: 70px;
        top: 15px
    }

    .iPhone .menuList {
        padding-top: 50%
    }
}

#footer {
    line-height: 120%;
    position: relative;
    z-index: 30
}

#footer .footerInr {
    width: 980px;
    margin: 0 auto
}

.footer_copyright {
    font-size: 10px
}

@media screen and (max-width:768px) {

    #footer .footerInr,
    #footer img {
        width: 100%
    }
}

.footerSectionTop {
    padding: 25px 0 50px;
    background: #f1f1ef
}

.footerSectionTop #pagetop {
    width: 16px;
    margin: 0 auto 60px
}

.footerSectionTop h1 {
    width: fit-content;
    padding: 0 0 35px;
    margin: 0 auto
}

.footerSectionTop h1 a {
    display: block
}

.footnav {
    float: left;
    padding: 5px 15px 0 30px;
    vertical-align: middle
}

.footnav li {
    display: inline-block;
    padding: 0 10px;
    border-right: 2px solid #3c3c3b
}

.footnav li a {
    display: block
}

.footnav li a img {
    vertical-align: middle
}

.footnav li:last-child,
.footnav li:nth-child(7) {
    border-right: none
}

.listEn.view_pc dl {
    display: table
}

.listEn.view_pc dt {
    display: table-cell;
    padding: 0 15px 0 0
}

.listEn.view_pc dd {
    display: table-cell;
    vertical-align: middle
}

.listEn.view_pc dd p {
    display: inline-block;
    margin: 0 10px
}

.listEn.view_pc dd p a {
    padding: 0 0 3px;
    border-bottom: 1px solid #ae9e69
}

.foot-share {
    width: 300px;
    margin: 40px auto 0;
    text-align: center
}

.foot-share p {
    width: 56px;
    margin: 0 auto 15px
}

.foot-share .snsicon li {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.foot-share .snsicon li+li {
    margin-left: 24px
}

.foot-share .snsicon i {
    width: 40px;
    height: 40px
}

.foot-share .snsicon li.active i {
    opacity: .7
}

.snsicon li.active .product_sns_wrap {
    height: 60px
}

.snsicon li .product_sns_wrap {
    position: absolute;
    width: 130px;
    height: 0;
    left: -65px;
    margin-left: 50%;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
    text-align: center;
    max-width: none
}

.snsicon li .product_sns_popup {
    position: relative;
    display: inline-block;
    padding: 10px;
    border: 1px solid #cbcbcb;
    margin: 0 auto;
    top: 5px;
    background: #fff;
    height: 44px;
    box-sizing: border-box
}

.snsicon li .product_sns_popup.btn-line a img {
    width: 82px !important
}

.snsicon li .product_sns_popup::after {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #fff;
    z-index: 0
}

.snsicon li .product_sns_popup::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px;
    border-color: transparent transparent #cbcbcb;
    z-index: 0
}

@media screen and (max-width:768px) {
    .footerSectionTop {
        padding: 7% 0 0
    }

    .footerSectionTop #pagetop {
        width: 5%;
        padding: 0 0 15.6%;
        margin: 0 auto
    }

    .footerSectionTop h1 {
        width: 48.75%;
        padding: 0 0 15.625% 28.125%;
        margin: 0
    }

    .footnav {
        overflow: hidden;
        width: 85.6%;
        float: none;
        padding: 0 7.2% 18%
    }

    .footnav li {
        display: block;
        width: 46.35%;
        float: left;
        padding: 0;
        border-right: none;
        border-bottom: 1px solid #000;
        box-sizing: border-box
    }

    #footer .footnav li:first-child,
    #footer .footnav li:nth-child(2) {
        border-top: 1px solid #000
    }

    .footnav li:nth-child(odd) {
        margin: 0 3.65% 0 0
    }

    .footnav li:nth-child(even) {
        margin: 0 0 0 3.65%
    }

    .footnav li:nth-child(2n+1) {
        clear: both
    }

    .footnav li a {
        display: block;
        padding: 11.7% 5px;
        line-height: 1.4;
    }

    #footer .footnav li.footnav01 img {
        width: 26.18%
    }

    #footer .footnav li.footnav02 img {
        width: 42.52%
    }

    #footer .footnav li.footnav03 img {
        width: 88.97%
    }

    #footer .footnav li.footnav04 img {
        width: 42.12%
    }

    #footer .footnav li.footnav05 img {
        width: 41.73%
    }

    #footer .footnav li.footnav06 img {
        width: 52.36%
    }

    .foot-share {
        width: 100%;
        margin: 0 0 21.875%;
        background: 0 0
    }

    .foot-share p {
        width: 18.8%;
        margin: 0 auto 8.6%
    }

    .foot-share .snsicon i {
        width: auto;
        height: auto
    }

    .foot-share .snsicon li {
        padding: 0 2%
    }

    .foot-share .snsicon li:first-child {
        width: 3.5%
    }

    .foot-share .snsicon li:nth-child(2) {
        width: 6.7%
    }

    .foot-share .snsicon li:last-child {
        width: 7%
    }

    .listEn.view_sp {
        padding: 12.5% 0;
        background: #000
    }

    .listEn.view_sp dt {
        width: 70.78%;
        padding: 0 0 7%;
        margin: 0 auto
    }

    .listEn.view_sp dd {
        text-align: center
    }

    .listEn.view_sp dd p {
        display: inline-block;
        padding: 0 5%
    }

    .listEn.view_sp dd p a {
        display: block;
        padding: 0 5px;
        border-bottom: 1px solid #8e8c8c
    }

    .listEn.view_sp dd .en {
        width: 15.46%
    }

    .listEn.view_sp dd .cn {
        width: 18.3%
    }
}

.footerSectionBottom {
    text-align: center;
    padding: 40px 0 30px;
    background: #fff
}

.footerSectionBottom .logo_sitizen {
    width: 142px;
    margin: 0 auto;
    padding: 0 0 30px
}

.footerSectionBottom .companyNav {
    padding: 0 0 55px;
    font-size: 10px
}

.footerSectionBottom .companyNav li {
    display: inline-block;
    padding: 0 5px;
    font-weight: 700
}

.footerSectionBottom .companyNav a {
    display: block;
    color: #000
}

@media screen and (max-width:768px) {
    .footerSectionBottom {
        padding: 14% 0 3.9%
    }

    .footerSectionBottom .logo_sitizen {
        width: 42.5%;
        margin: 0 auto
    }

    #copy img {
        width: 70%
    }
}

#btn_pagetop a {
    display: block;
    overflow: hidden;
    position: fixed;
    right: 30px;
    bottom: 30px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    white-space: nowrap;
    text-indent: 100%;
    background: url(../img/common/pc_btn_pagetop.png) no-repeat;
    background-size: contain;
    transition: all .3s
}

#btn_pagetop a:hover {
    opacity: .7
}

@media screen and (max-width:768px) {
    #btn_pagetop a {
        right: 0;
        background: url(../img/common/sp_btn_pagetop.png) no-repeat;
        background-size: contain
    }
}

@media screen and (max-width:480px) {
    #btn_pagetop a {
        margin-top: -20px;
        width: 40px;
        height: 40px
    }
}

.contHeader {
    display: table;
    height: 232px;
    padding-top: 85px;
    background: #000 url(../img/common/pc_bg_mainttl.jpg) no-repeat 50% 85px
}

.sv {
    display: table;
    height: 232px;
    padding-top: 85px;
    background: #000 url(../img/common/pc_bg_mainttl_sv.jpg) no-repeat 50% 85px
}

.contHeader h1 {
    display: table-cell;
    color: #fff;
    text-align: center;
    vertical-align: middle
}

.contHeader h1 span {
    display: block;
    font-weight: 700;
    font-size: 50px;
    margin: 20px auto 15px
}

@media screen and (max-width:768px) {
    .contHeader {
        height: auto;
        padding-top: 0;
        background: no-repeat url(../img/common/sp_bg_mainttl.jpg) center;
        background-size: cover
    }


    .sv {
        background: no-repeat url(../img/common/sp_bg_mainttl_sv.jpg) center;
    }

    .contHeader h1 {
        padding: 28.2% 0 31.3%
    }

    .contHeader h1 span {
        padding: 0;
        margin: 0 auto
    }

    .page.service .contHeader h1 span {
        width: 39.2%
    }

    .page.info .contHeader h1 span {
        width: 40.9%
    }

    .page.brands .contHeader h1 span {
        width: 37.2%
    }

    .page.fcs .contHeader h1 span {
        width: 85.4%
    }
}

#main {
    background: #f1f1ef
}

#main.home,
.page .main {
    border-top: 20px solid #fff
}
.main .home_limited,
.main .foot_contact,
.main .localnav,
.main .section {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff
}

@media screen and (max-width:768px) {

    #main.home,
    .page .main {
        border-top: 15px solid #fff
    }
    .main .home_limited,
    .main .foot_contact,
    .main .localnav,
    .main .section {
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        border-bottom: 15px solid #fff
    }
}

.main .contInr {
    width: 980px;
    padding: 95px 0 80px;
    margin: 0 auto
}

.main .contInr h2 {
    padding: 0 0 50px;
    text-align: center
}

.main .localnav li a {
    display: block;
    transition: all .3s
}

.main .localnav li a:hover {
    opacity: .7
}

@media screen and (max-width:768px) {
    #main.home {
        border-top: none
    }

    .main .section {
        box-sizing: border-box
    }

    .main .contInr {
        width: 100%;
        padding: 18.5% 0 11.5%
    }

    .page .main .contInr {
        width: 83.4%;
        padding: 14.5% 0 11.5%
    }

    .main .contInr h2 {
        padding: 0 0 13.3%
    }

    .main .spInr {
        width: 86.6%;
        padding: 0 6.7%
    }
}

.fs12 {
    font-size: 12px
}

.fs13 {
    font-size: 13px
}

.fs15 {
    font-size: 15px
}

.fs16 {
    font-size: 16px
}

.fs18 {
    font-size: 18px
}

.fs20,
.fs22 {
    font-size: 22px
}

.fs24 {
    font-size: 24px
}

.home_access {
    font-size: 13px
}

@media(min-width:1px) and (max-width:480px) {

    .txtbase,
    body {
        font-size: 13px;
        line-height: 160%
    }

    .fs12 {
        font-size: 11px
    }

    .fs13 {
        font-size: 12px
    }

    .fs15 {
        font-size: 14px
    }

    .fs16 {
        font-size: 15px
    }

    .fs18 {
        font-size: 16px
    }

    .fs20 {
        font-size: 28px
    }

    .fs22 {
        font-size: 20px
    }

    .fs24 {
        font-size: 22px
    }

    .home_access {
        font-size: 11px
    }
}

@media(min-width:1px) and (max-width:415px) {

    .txtbase,
    body {
        font-size: 12px;
        line-height: 160%
    }

    .fs12 {
        font-size: 10px
    }

    .fs13 {
        font-size: 11px
    }

    .fs15 {
        font-size: 13px
    }

    .fs16 {
        font-size: 14px
    }

    .fs18 {
        font-size: 15px
    }

    .fs20 {
        font-size: 16px
    }

    .fs22 {
        font-size: 18px
    }

    .fs24 {
        font-size: 20px
    }

    .home_access {
        font-size: 10px
    }
}

#mymodal #mymodalmask {
    overflow: auto;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 99.9%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#mymodal {
    position: fixed;
    z-index: 6000;
    width: 100%;
    height: 100%;
    padding-bottom: 1px;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    display: none
}

#main {
    position: relative;
    opacity: 0;
    animation-fill-mode: both
}

#btn_pagetop {
    display: none
}

#btn_pagetop a {
    z-index: 4000 !important
}

#mainWrap {
    position: relative;
    margin-top: 690px;
    z-index: 30
}

.contHeader {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1px;
    opacity: 0;
    animation-fill-mode: both
}

@media screen and (max-width:768px) {
    .service.contHeader h1 span {
        width: 39.2%
    }

    .info.contHeader h1 span {
        width: 40.9%
    }

    .brands.contHeader h1 span {
        width: 37.2%
    }

    .fcs.contHeader h1 span {
        width: 85.4%
    }
}

#footer {
    opacity: 0;
    animation-fill-mode: both
}

#kv {
    padding: 90px 0 0;
    height: 600px;
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    animation-fill-mode: both
}

#kv ul {
    height: 100%;
    width: 100%
}

#kv .view_pc li {
    height: 600px;
    text-align: center;
    width: 100%
}

@media screen and (max-width:768px) {
    #mainWrap {
        margin-top: 690px;
    }

    #kv .view_sp,
    #kv .view_sp li {
        height: auto;
        display: block;
        width: 100%
    }

    #kv {
        height: auto;
        display: block;
        width: 100%;
        z-index: 1
    }
}

.home_brands,
.home_concept {
    opacity: 0
}

.home_brands .brands_slider .slick-slide img.view_pc {
    display: inline
}

.home_brands .brands_slider .slick-slide img.onimg,
.home_brands .brands_slider .slick-slide img.view_sp {
    display: none
}

.home_brands .brands_slider .slider-item>figure {
    padding: 0 0 55px
}

.home_brands .brands_slider .slider-item>a.btn {
    display: block;
    width: 380px;
    margin: 0 auto
}

#limited-item-text {
    display: none;
    padding-top: 20px
}

.onimg {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 35
}

.offimg {
    position: relative;
    z-index: 30
}

@media screen and (max-width:768px) {
    #limited-item-text {
        display: block;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%
    }

    #limited-item-text .txtWrap {
        text-align: center;
        display: none;
        position: absolute;
        top: 0;
        width: 90%;
        left: 50%;
        margin-left: -45%
    }

    #limited-item-text .txtWrap h4 {
        width: 66.7%;
        margin: 0 auto;
        padding: 0 0 3%
    }

    #limited-item-text .txtWrap h4 img.view_sp {
        display: inline
    }

    #limited-item-text .txtWrap p {
        height: auto;
        padding: 0 0 11.7%;
        line-height: 140%
    }

    #limited-item-text .btn {
        display: block;
        width: 43%;
        margin: 0 auto
    }

    #limited-item-text .btn img.view_sp {
        display: inline
    }

    .home_brands .brands_slider .slick-slide .imited-item {
        position: relative
    }

    .home_brands .imited-item li .txtWrap {
        text-align: center;
        display: none
    }

    .home_brands .brands_slider .slick-slide .imited-item .txtWrap h4 img.view_sp,
    .home_brands .brands_slider .slick-slide h3 img.view_sp,
    .home_brands .brands_slider .slick-slide img.view_sp {
        display: inline
    }

    .home_brands .brands_slider .slick-slide img.view_pc {
        display: none
    }

    .home_brands .brands_slider .slider-item>figure {
        padding: 0 0 13.5%
    }

    .home_brands .brands_slider .slider-item>a.btn,
    .home_brands .brands_slider .slider-item>figure img {
        width: 100%
    }

    #main .main .home_brands .brands_slider .slick-slide ul.imited-item .slick-list .slick-track li.slick-slide {
        width: auto;
        padding-left: .2%;
        padding-right: .2%
    }

    .home_brands .brands_slider .slick-slide .imited-item li.slick-slide>figure {
        width: auto;
        height: 100%;
        min-width: auto;
        max-width: auto;
        text-align: center
    }

    .home_brands .brands_slider .slick-slide .imited-item li.slick-slide>figure>img.view_sp {
        height: 100%;
        width: auto;
        min-width: auto;
        max-width: auto;
        display: inline
    }

    .home_concept .concept_itemTmb li .view_pc {
        display: none
    }

    .home_concept .concept_itemTmb li {
        position: relative;
        width: 80px !important;
        height: 60.75px;
    }

    #main.brands .main #brand02 .spitemimg li.slick-slide,
    #main.brands .main #brand03 .spitemimg li.slick-slide,
    #main.brands .main #brand06 .spitemimg li.slick-slide {
        padding-left: .08%;
        padding-right: .08%
    }

    #main.brands .main #brand04 .spitemimg li.slick-slide {
        padding-left: .04%;
        padding-right: .04%
    }

    #main.brands .main #brand05 .spitemimg li.slick-slide {
        padding-left: .07%;
        padding-right: .07%
    }
}

@media screen and (max-width:768px) {

    .page.brands .spitemimg li.slick-slide,
    .sec_mainte .spitemimg li.slick-slide {
        height: 270px;
        width: auto
    }

    .page.brands .spitemimg li.slick-slide img,
    .sec_mainte .spitemimg li.slick-slide img {
        height: 100%
    }
}

@media screen and (max-width:480px) {
    #main .main .home_brands .brands_slider .slick-slide ul.imited-item .slick-list .slick-track li.slick-slide {
        padding-left: .15%;
        padding-right: .15%
    }
}

@media screen and (max-width:360px) {
    #main .main .home_brands .brands_slider .slick-slide ul.imited-item .slick-list .slick-track li.slick-slide {
        padding-left: .1%;
        padding-right: .1%
    }
}

.animsition,
.animsition-overlay {
    position: relative;
    opacity: 0;
    animation-fill-mode: both
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fade-in {
    animation-name: fade-in
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fade-out {
    animation-name: fade-out
}

.slick-slide img {
    display: block
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.concept_slider li {
    position: relative;
}
.concept_slider li p {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 1%;
    display: table-cell;
    text-align: center;
    color: #fff;
    background-color: #000;
    opacity:0.5;
    line-height: 1.2;
    vertical-align: middle;
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/******** 2020.08.20 追加 ********/
@media screen and (min-width:769px) {
    #header h1 {
        letter-spacing:0.2em;
        line-height: 123%;
        font-family: 'Fjalla One',sans-serif;
        font-size: 150%;
    }
}
    #gnav li {
        letter-spacing: 0.1em;
        font-family: 'Century Gothic' ,sans-serif;
        font-size: 12px;
    }
    .fat-nav .menuList li,
    .footnav li {
        letter-spacing: 0.1em;
        font-family: 'Century Gothic' ,sans-serif;
        font-size: 0.9rem;
    }
    #header h1 a,
    #gnav li a,
    .fat-nav .menuList li a {
        color: #fff;
        text-decoration: none;
    }
    .footnav li a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
    } 
/*    #mainWrap {
        margin-top: 0 !important;
    }*/
    .footerSectionTop h1 a {
        display: flex;
        justify-content:center;
        align-items:center;
    }
    .footerSectionTop h1 a img + img {
        margin-left: 50px
    }
    .footnav {
        float: none;
        text-align: center;
    }
    .listEn.view_pc {
        display: block;
    }
    .listEn.view_pc dl {
        margin:30px auto 0;
    }
    @media screen and (max-width: 768px){
        .listEn.view_pc {
            display: none;
        }
        .footerSectionTop h1 {
            width: 85.6%;
            padding:0 0 15.625% 0;
            margin: 0 auto; 
        }
        .footerSectionTop h1 a img:first-child {
        margin-right: 3.65%
        }
        .footerSectionTop h1 a img + img {
        margin-left: 3.65%
        }
        #footer .footerSectionTop h1 a img {
            width: 39.15% !important;
        }
        .footnav {
            text-align: left;
        }
        .footnav li {
            font-size: 1rem;
        }
    }
/******** 動画サイズを可変表示 ********/
.movieWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
}
.movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 768px){
    .movieWrap {
        width: 90%;
    }
}
/******** アコーディオン ********/
.acd-check{
    display: none;
}
.acd-label{
    display: block !important;
    text-align: center;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    font-family: 'Fjalla One',sans-serif;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .1em;
    padding: 45px 0 35px !important;
    position: relative;
    background-image: url(../img/service/pc_icon_arrow01.png) ;
    background-repeat: no-repeat;
    background-position: center bottom 20px;
}
.acd-label span {
    font-family: YuGothic, Yu Gothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif, "微软雅黑", "宋体";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;   
}
.acd-label span.text01 {
    padding-top: 15px;
    display: inline-block;
}
.acd-label:before {
    display: none;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label{
    background-image: url(../img/service/pc_icon_arrow02.png) ;
}
.acd-check:checked + .acd-label:after {
    border: none;
}
.acd-check:checked + .acd-label + .acd-content{
    opacity: 1;
    visibility: visible;
}

#acd-check1:checked + .acd-label + .acd-content {
    height: 2200px;
}
#acd-check2:checked + .acd-label + .acd-content {
    height: 620px;
}
#acd-check3:checked + .acd-label + .acd-content {
    height: 700px;
}
@media screen and (max-width: 768px){
    .acd-label{
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        background-image: url(../img/service/sp_icon_arrow01.png) ;
        background-size: 8% auto;
    }
    .acd-check:checked + .acd-label{
    background-image: url(../img/service/sp_icon_arrow02.png) ;
    }
    #acd-check1:checked + .acd-label + .acd-content {
        height: auto;
    }
    #acd-check2:checked + .acd-label + .acd-content {
        height: auto;
    }
    #acd-check3:checked + .acd-label + .acd-content {
        height: auto;
    }
}